home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 34 / Mac Magazin and MacEasy Magazine CD - Issue 34.iso / Office / trueTools / read me's / JPEGtoPICT next >
Text File  |  1996-11-26  |  898b  |  26 lines

  1. JPEGtoPICT
  2.  
  3. JPEGtoPICT converts all JPEG files in a folder to jpeg-compressed
  4. PICT files, which are placed in a new folder.
  5.  
  6. It is just an interface to several Rinaldi externals.
  7.  
  8. JPEGtoPICT requires HyperCard 2.1 or later and QuickTime.
  9.  
  10.  
  11. Scripting
  12.  
  13. JPEGtoPICT f, removeExt, creator, createIcons, showProgress
  14.  
  15. f: full path name of the folder to convert
  16. removeExt: if true ".jpg" and ".jpeg" extensions will be removed
  17.                    from the converted files, default is true
  18. creator: the creator to set for the converted files, default is SimpleText
  19. createIcons: whether to create custom icons, default is false
  20. showProgress: whether to show the progress bar, default is false
  21.  
  22. If the conversion was ok, the result is the full pathname of the
  23. new folder containing the pictures (check if "•" is in the result).
  24.  
  25. The stack contains an XFCN that checks if QuickTime is present (public domain).
  26.